home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / examples / motif / dogs / Square.uil.z / Square.uil
Encoding:
Text File  |  2003-11-18  |  1.8 KB  |  56 lines

  1. !
  2. ! Square.uil
  3. !
  4. ! Copyright 2000, Silicon Graphics, Inc.
  5. ! ALL RIGHTS RESERVED
  6. ! UNPUBLISHED -- Rights reserved under the copyright laws of the United
  7. ! States.   Use of a copyright notice is precautionary only and does not
  8. ! imply publication or disclosure.
  9. !
  10. ! U.S. GOVERNMENT RESTRICTED RIGHTS LEGEND:
  11. ! Use, duplication or disclosure by the Government is subject to restrictions
  12. ! as set forth in FAR 52.227.19(c)(2) or subparagraph (c)(1)(ii) of the Rights
  13. ! in Technical Data and Computer Software clause at DFARS 252.227-7013 and/or
  14. ! in similar or successor clauses in the FAR, or the DOD or NASA FAR
  15. ! Supplement.  Contractor/manufacturer is Silicon Graphics, Inc.,
  16. ! 2011 N. Shoreline Blvd. Mountain View, CA 94039-7311.
  17. !
  18. ! THE CONTENT OF THIS WORK CONTAINS CONFIDENTIAL AND PROPRIETARY
  19. ! INFORMATION OF SILICON GRAPHICS, INC. ANY DUPLICATION, MODIFICATION,
  20. ! DISTRIBUTION, OR DISCLOSURE IN ANY FORM, IN WHOLE, OR IN PART, IS STRICTLY
  21. ! PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF SILICON
  22. ! GRAPHICS, INC.
  23. !
  24. ! (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
  25. ! ALL RIGHTS RESERVED 
  26. ! Motif Release 1.2
  27. !   $XConsortium: Square.uil /main/cde1_maint/1 1995/07/14 13:57:39 drk $
  28. !******************************************************************************
  29.  
  30. !****************************************************************************
  31. !*
  32. !*  Square.uil - Square widget UIL header file
  33. !*  
  34. !****************************************************************************
  35.  
  36. ! resources
  37.  
  38. value
  39.     SquareNmajorDimension : private argument ('majorDimension', integer);
  40.     SquareNmakeSquare : private argument ('makeSquare', boolean);
  41.  
  42. ! resource values
  43.  
  44. value
  45.     SquareWIDTH : 0;
  46.     SquareHEIGHT : 1;
  47.  
  48. ! widget create procedure
  49.  
  50. procedure SquareCreate();
  51.